Answer Posted / s.jagadeeswari
Class is just a template. It does not allocate memory
space. When instantiate the object, allocates the memory
space
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
what are the realtime excercises in C++?
What is object in oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Can enum be null?
What is polymorphism in oop example?
What is polymorphism what is it for and how is it used?
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 object and class in oops?
Explain the advantages of inheritance.
Can bst contain duplicates?
What is the real time example of inheritance?
officer say me - i am offered to a smoking , then what can you say
What is polymorphism in oops with example?
What is this pointer in oop?