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
Is main a class in c++?
What is the best book for c++ beginners?
How is data hiding achieved in c++?
What is the difference between a type-specific template friend class and a general template friend class?
What is extern c++?
Can we distribute function templates and class templates in object libraries?
What do you mean by vtable and vptr in c++?
What is an operator function? Describe the function of an operator function?
What is a multimap c++?
What c++ is used for?
Difference between a homogeneous and a heterogeneous container
What are different types of loops in c++?
How are virtual functions implemented in c++?
How compile and run c++ program in turbo c++?
What are associate containers?