logo

Crowdly

Browser

Додати до Chrome

Which of the following feature of OOPs is not used in the following C++ code? c...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Which of the following feature of OOPs is not used in the following C++ code?

class A

{

int i;

public:

void print(){cout<<"hello"<<i;}

}

 

class B: public A

{

int j;

public:

void assign(int a){j = a;}

}

a) Abstraction

b) Encapsulation

c) Inheritance

d) Polymorphism

0%
0%
100%
0%
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на moovit.vit.ac.in?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome