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 basic concept of oop?
what is the difference between function template and template of function?explain with example.
3. Differentiate verification and validation.
what is the difference between class and structure in C++?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
WHEN A COPY CONSTER IS CALL ?
what are the ways in which a constructors can be called?
what is virtual function in c++
Describe the difference between a Thread and a Process?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What are the two different types of polymorphism?
what is the new version of oops