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 |
c++ program to swap the objects of two different classes
What are callback functions in c++
What is polymorphism used for?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
Can you explain polymorphism?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
Why static functions always uses static variables?
What is constructor overloading in oop?
In c++ there is only virtual destructors, no constructors. Why?
Why is destructor used?
What does enum stand for?
What is overloading in oops?