which are the 4 members functions in c++ objects that can
either be declared explicitly by programmer or implementation
if nt available.
Answer Posted / sarita
zero argument constructor,default constructor,perameterized
constructor,copy constructor
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Is data hiding and abstraction same?
Why it is called runtime polymorphism?
What is the example of polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is object oriented programming so hard?
Why is abstraction used?
What is the diamond problem in inheritance?
What do you mean by abstraction?
What is the difference between a constructor and a destructor?
How to call a non virtual function in the derived class by using base class pointer
What are functions in oop?
Is react oop?
what are the realtime excercises in C++?
Can we create object of interface?
What is polymorphism used for?