What is the correct syntax for inheritance?
1) class aclass : public superclass
2) class aclass inherit superclass
3) class aclass <-superclass
Answer Posted / pushpa
class aclass : public superclass
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
How do you explain polymorphism?
What is polymorphism and types?
What is inheritance and how many types of inheritance?
What is encapsulation with real life example?
State what is encapsulation and friend function?
What makes a language oop?
write a program to find 2^n+1 ?
Why is abstraction needed?
What is oops and why we use oops?
What is the real life example of polymorphism?
What is difference between abstraction and encapsulation?
what are the different types of qualifier in java?
What is a class oop?
what is different between oops and c++
What is meant by oops concept?