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 |
Can a program run without main in c++?
What is constructor in C++?
Can you please explain the difference between static and dynamic binding of functions?
Can you declare an array without a size in c++?
What is exception handling? Does c++ support exception handling?
Why would you use pointers in c++?
What do you know about near, far and huge pointer?
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
What are the 2 main types of data structures?
program to print this triangle * * * * * *
What does std :: flush do?
What return value must conversion operators have in their declaration?