What is multilevel inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is inheritance write a program to show use of inheritance?
What is virtual Function.
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
What is use of overloading?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
What is difference between oop and pop?
What is difference between abstraction and encapsulation?
program for insertion ,deletion,sorting in double link list
What is advantage of inheritance?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Can private class be inherited?
difference between overloading and overridding