Presentation is loading. Please wait.

Presentation is loading. Please wait.

Classes & Objects – Revisited…

Similar presentations


Presentation on theme: "Classes & Objects – Revisited…"— Presentation transcript:

1 Classes & Objects – Revisited…
CLASS - In object-oriented programming, a CLASS is an extensible TEMPLATE for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions, methods). It can actually be thought of as an user defined datatype. OBJECTS - In the object-oriented programming paradigm, "object," refers to a particular INSTANCE OF A CLASS where the object can be a combination of variables, functions, and data structures. Please consider the example given in students.java


Download ppt "Classes & Objects – Revisited…"

Similar presentations


Ads by Google