Answer Posted / p.madhupriya
object is real world entity.
class is a collection of objects and member function .
Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Why is destructor used?
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?
Can we have inheritance without polymorphism?
What does no cap mean?
to find out the minimum of two integer number of two different classes using friend function
What is coupling in oop?
write knight tour problem which is present in datastructure
How do you answer polymorphism?
What type of loop is a for loop?
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 difference between class and object with example?
What is persistence in oop?
What is a class in oop?
Advantage and disadvantage of routing in telecom sector
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?