What is the important feature of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism? Explain with an example.
why the argument is passed by reference to a copy constructor?example?
Does c++ support multilevel and multiple inheritance?
what are the characteristics of oops?
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.
inheritence with example
Can main method override?
What are two types of polymorphism?
Program to check whether a word starts with a capital letter or not.
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
State what is encapsulation and friend function?
why to use operator overloading