Answer Posted / madhava
design is a order how to develop designs in a specific order
| Is This Answer Correct ? | 2 Yes | 1 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 difference between pop and oop?
Why is abstraction needed?
Why is polymorphism needed?
Why oops is important?
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.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why do we use inheritance?
Are polymorphisms mutations?
What is abstract class in oops?
What is meant by oops concept?
What is multilevel inheritance in oop?
What are the data types in oop?
why reinterpret cast is considered dangerous?
What is persistence in oop?