What is the correct syntax for inheritance?
1) class aclass : public superclass
2) class aclass inherit superclass
3) class aclass <-superclass
Answer Posted / uuh
Obviously, it depends on which programming language is
being used.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does I oop mean?
What is object in oops?
What is oops?what is its use in software engineering?
Write a program to reverse a string using recursive function?
What is the example of polymorphism?
what is graphics
What is object in oop with example?
What is persistence in oop?
What is oops and its features?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is variable example?
How oops is better than procedural?
What is polymorphism in oop example?
What is inheritance in oop?
What is the difference between procedural programming and oops?