Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
17 user(s) are online (12 user(s) are browsing encyclopedia)

Members: 0
Guests: 17

more...
partner

Class-based programming

:

Class-based programming, or more commonly class-orientation, refers to the style of object-oriented programming in which inheritance is achieved by defining classes of objects, as opposed to the objects themselves (compare Prototype-based programming).

=Example languages=

Although Simula (programming language) introduced the class abstraction, the canonical example of a class-based language is Smalltalk programming language. Others include C plus plus, Java (programming language) and C Sharp.

provides an exhaustive list.

=See also=

  • Prototype-based programming (contrast)
  • Programming paradigms