What do you mean by inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is interface? When and where is it used?
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 virtual constructors/destructors?
Why is abstraction needed?
Why static functions always uses static variables?
What is encapsulation in simple terms?
What is the expansion of OOPS?
Why we are use # in begning of programme of c++.
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
• What are the desirable attributes for memory managment?
How do you define a class in oop?