Answer Posted / teja
class is nothing but a collection of variables n member
functions.
Syntax :
class class name
{
------------
-----------
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is interface? When and where is it used?
Can main method override?
What is object in oop?
How to call a non virtual function in the derived class by using base class pointer
Can a destructor be called directly?
Which language is not a true object oriented programming language?
Give two or more real cenario of virtual function and vertual object
How to use CMutex, CSemaphore in VC++ MFC
What is a null tree?
What is the example of polymorphism?
What is oops?what is its use in software engineering?
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 are constructors in oop?
• What are the desirable attributes for memory managment?
What is class and example?