What is the correct syntax for inheritance
a) class aclass : public superclass
b) class aclass inherit superclass
c) class aclass <-superclass
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between using macro and inline functions?
What is c++ manipulator?
Write a program which uses functions like strcmp(), strcpy()? etc
What is a singleton class c++?
How const functions will be treated by compiler?
What are built-in functions? What is the syntax for the definition?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Which operator cannot be overloaded c++?
What is a list c++?
Differentiate between realloc() and free().
Are vectors passed by reference c++?
How does atoi function work?