View Single Post
  #1 (permalink)  
Old 09-22-2007, 03:11 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default Differennt types of class

Node class

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.
__________________

J.Vijayanand
Reply With Quote
Sponsored Links