Answer Posted / sandeep
Number of entities,called objects are the instances of the
class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is and I oop mean?
What is meant by multiple inheritance?
Is enum a class?
Why is abstraction used?
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 interface in oop?
Why is polymorphism important in oop?
Why polymorphism is used in oops?
What is class and object with example?
What is difference between inheritance and polymorphism?
How do you define a class in oop?
Prepare me a program for the animation of train
What is polymorphism what is it for and how is it used?
What are the benefits of interface?