What is sub classing in c++?
Answer / ashok kumar
which class inherited from base class is called sub class
| Is This Answer Correct ? | 3 Yes | 0 No |
Difference between realloc() and free?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
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?
WHEN A COPY CONSTER IS CALL ?
How to overload postfix operator in c++
what is use to destroy an object? illustrate.
Program to print 0 to 9 in cross order
What is an advantage of polymorphism?
What causes polymorphism?
What does it mean when someone says I oop?
How to calculate the age from the date of birth by using the program?
What is a macro? And how is a macro same as a template?