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 abstraction encapsulation?
What are the three parts of a simple empty class?
officer say me - i am offered to a smoking , then what can you say
What is destructor in oop?
Why do we need polymorphism in c#?
What does and I oop and sksksk mean?
Why interface is used?
What is solid in oops?
to find out the minimum of two integer number of two different classes using friend function
Is enum a class?
What is abstraction example?
What is the important feature of inheritance?
Is data hiding and abstraction same?
What is difference between multiple inheritance and multilevel inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?