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 |
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
List out some of the OODBMS available?
What is rtti in c++?
Can I create my own functions in c++?
What is data abstraction? How is it different from data encapsulation?
Specify some guidelines that should be followed while overloading operators?
What is iterator in c++?
What are the benefits of oop in c++?
What's c++ used for?
Which sort does c++ use?
How size of a class can be calulated?
What is a memory leak c++?