determine the types of object oriented programme


Determine the types of object oriented programme

  • Classes

- Prototypes for objects

- Definition or a blueprint of a user-defined datatype

- Think of it as a map of the building on a paper

  • Objects

- Anything we can put a thumb on

- Nouns, things in the world

- Objects are instantiated or created from class

  • Constructor

- A special method which is implicitly invoked. It is used to create an Object (which is, an Instance of the Class) and to initialize it.

  • Attributes

- Properties an object has.

 

  • Methods

- Actions which an object can do

 

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: determine the types of object oriented programme
Reference No:- TGS0356459

Expected delivery within 24 Hours