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 |
Is c++ a high level language?
How do I use arrays in c++?
what is data encapsulation in C++?
What's the order in which the local objects are destructed?
What is prototype in c++ with example?
Is map ordered c++?
Can a Structure contain a Pointer to itself?
How does work in c++?
What is the use of volatile keyword in c++? Give an example.
What is ostream in c++?
Describe run-time type identification?
Define the process of handling in case of destructor failure?