What are the three main types of variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstraction?
what is virtual destructor
Why and when is a virtual destructor needed?
What is the importance of oop?
What are the important components of cohesion?
Which keyword is written to use a variable declared in one class in the other class?
why c++ is called OOPS? waht is inherutance? what is compiler?
What are the benefits of interface?
what type of questions
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
What is virtual function?where and when is it used?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer