Answer Posted / ramakrishna
A class is a template.As Teginder said,it will get
allocated memory when u create object of that class.
Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is encapsulation in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is variable example?
What is the point of polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is inheritance and how many types of inheritance?
What is class in oop with example?
What is overriding in oops?
Why is polymorphism needed?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Is enum a class?
Why interface is used?