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 abstraction example?
What is polymorphism and types?
define oops concept with example
Out of 4 concepts, which 3 C++ Follow?
how to write a java program for an output ****0 ***01 **012 *0123 01234
What do you mean by abstraction?
what is an instance of a class
What does the keyword "static" mean?
what is code for call by value and call by reference?
What is the difference between an object and a class?
Why do pointers exist?
What are the fields of vtable