What is the correct syntax for inheritance?
1) class aclass : public superclass
2) class aclass inherit superclass
3) class aclass <-superclass
Answers were Sorted based on User's Feedback
Answer / uuh
Obviously, it depends on which programming language is
being used.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is multiple inheritance?
What is data binding?
diff between Virtual mathod and abstract method?
write string class as your own class in java without using any built-in function
How do you define a class in oop?
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
What is and I oop mean?
What is the highest level of cohesion?
what is SPL in c++.
What is polymorphism and example?
what is polymorphism?
any one please tell me the purpose of operator overloading