What is a node class?



What is a node class?..

Answer / 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

More C++ General Interview Questions

In what situations do you have to use initialization list rather than assignment in constructors?

0 Answers  


Why is main function important?

0 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


What is c++ manipulator?

0 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  






What is a node class in c++?

0 Answers  


What is difference c and c++?

1 Answers  


What are the differences between a struct in C and in C++?

8 Answers   Amazon, Wipro,


What is abstraction with real time example?

0 Answers  


Is eclipse good for c++?

0 Answers  


What is a literal in c++?

0 Answers  


Are there interfaces in c++?

0 Answers  


Categories