What is the types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of enum?
What's the full form of STL?
What are the benefits of oop?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
What is overloading in oop?
What are generic functions and generic classes?
how can we design a magic square in c++?or suggest me the basic idea of it.
if u write a class do u write Assignment operator and copy constructor
what are the ways in which a constructors can be called?
Program to check whether a word is the first word of the sentence.
1. Define a class.