Answer Posted / soumya_830312
When an base class is assinged to its derived class the
base class takes up only the base member data leaving the
data members of derived class.this is called...
| Is This Answer Correct ? | 71 Yes | 49 No |
Post New Answer View All Answers
i got a backdoor offer in process global,Bangalore..Can i work with it?
#include
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 are the types of abstraction?
What is encapsulation oop?
What do you mean by overloading?
Why is abstraction needed?
Which language is pure oop?
write string class as your own class in java without using any built-in function
hi all..i want to know oops concepts clearly can any1 explain??
What is static in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the diamond problem in inheritance?
Why do pointers exist?
How to use CMutex, CSemaphore in VC++ MFC