How to stop class inheritance in C++ with condition that object creation should be allowed
No Answer is Posted For this Question
Be the First to Post Answer
When must you use a constructor initializer list?
What is the difference between realloc() and free() in C++?
In C++ what is the meaning of data hiding?
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
What is an abstract class in C++
0 Answers SwanSoft Technologies,
What is Coupling?
What is a virtual function in C++?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is an abstract class?
What is RTTI and why do you need it?
What is conversion constructor in C++
What does it mean to declare a function or variable as static?