If class D is derived from a base class B
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
What are the fundamental features of an object-oriented language?
What is an abstract class in C++
0 Answers SwanSoft Technologies,
what is friend function in C++?
Write a program to read two numbers from the keyboard and display the larger value on the screen
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?
Explain encapsulation in C++.
Define type casting in C++.
What is a virtual function in C++?
What is latest update of C++ ?
What does it mean to declare a member function as static in C++?
what do you mean by exception handling in C++?