Answer Posted / beena
A node class is a class that,
relies on the base class for services and implementation,
provides a wider interface to te users than its base class,
relies primarily on virtual functions in its public interface
depends on all its direct and indirect base class
can be understood only in the context of the base class
can be used as base for further derivation
can be used to create objects.
A node class is a class that has added new services or functionality beyond the services inherited from its base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the identity function in c++? How is it useful?
Explain one-definition rule (odr).
What is the use of endl in c++?
Is c++ high level programming language?
What is runtime errors c++?
Can you please explain the difference between static and dynamic binding of functions?
What does count ++ do in c++?
What are associate containers?
If dog is a friend of boy, is boy a friend of dog?
Explain about templates of C++.
Write a Program for find and replace a character in a string.
What should main() return in c and c++?
what are the decision making statements in C++? Explain if statement with an example?
Can you overload the operator+ for short integers?
Differentiate between late binding and early binding. What are the advantages of early binding?