stason.org logo lotus


previous page: 1.16) Is A Class An Object? (Object-Oriented Technology)page up: Object-Oriented Technology FAQnext page: 1.18) What Is A Method? (And Receiver And Message) (Object-Oriented Technology)

1.17) Is An Object A Class? (Object-Oriented Technology)

 Books
 TULARC
















Description

This article is from the Object-Oriented Technology FAQ, by Bob Hathaway rjh@geodesic.com with numerous contributions by others.

1.17) Is An Object A Class? (Object-Oriented Technology)

In a Level 3 System and above yes, but only instances of a Meta-Class are
Classes. Instances of a Class (ordinary objects) are not classes (excluding
hybrid systems). However, all objects may be classes in single hierarchy
systems, since any object may act as a class (provide object instantiation or
act as a shared parent).

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

programming, software, coding, Object-Oriented, language, dynamic binding, constructor, destructor, overriding, methods, inheritance, reflection, persistence, MFC, real-time, polymorphism, system, database, vendor







TOP
previous page: 1.16) Is A Class An Object? (Object-Oriented Technology)page up: Object-Oriented Technology FAQnext page: 1.18) What Is A Method? (And Receiver And Message) (Object-Oriented Technology)