What is a node class?

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


Please Help Members By Posting Answers For Below Questions

Is main a class in c++?

640


What is the best book for c++ beginners?

667


How is data hiding achieved in c++?

652


What is the difference between a type-specific template friend class and a general template friend class?

657


What is extern c++?

609






Can we distribute function templates and class templates in object libraries?

674


What do you mean by vtable and vptr in c++?

720


What is an operator function? Describe the function of an operator function?

715


What is a multimap c++?

773


What c++ is used for?

672


Difference between a homogeneous and a heterogeneous container

762


What are different types of loops in c++?

734


How are virtual functions implemented in c++?

699


How compile and run c++ program in turbo c++?

742


What are associate containers?

698