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
What are the benefits of polymorphism?
What is the purpose of enum?
What is polymorphism in oop example?
What is encapsulation with example?
Advantage and disadvantage of routing in telecom sector
write a C++ program for booking using constructor and destructor.
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the significance of classes in oop?
What is class in oop with example?
How Do you Code Composition and Aggregation in C++ ?
write knight tour problem which is present in datastructure
What is abstraction encapsulation?
how to get the oracle certification? send me the answer
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
what are the different types of qualifier in java?