Answer Posted / sudar
base class method they can used to contain same function and arguments of subclass.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain terminate() function?
What are the rules for naming an identifier?
What is the difference between map and hashmap in c++?
What is a volatile variable in c++?
Who created c++?
What is the use of main function in c++?
What does return 0 do in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is c++ w3school?
What are the 4 types of library?
What is a wchar_t in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Explain abstraction.
Comment on local and global scope of a variable.