This channel provides some basic java programming concepts and their examples(java program) for u people.
Add a students which are related with OOP course.
Add a students which are related with OOP course.
In java programming first we need to know about class and object.
- class is the collection of objects.
- object is an entity that encapsulates attributes and operations.
Example:
Student is an object
Its attributes are - name
- age
- sex etc...
Its operations are - take exam
- see results...
THIS IS THE BEGINNING.....
- class is the collection of objects.
- object is an entity that encapsulates attributes and operations.
Example:
Student is an object
Its attributes are - name
- age
- sex etc...
Its operations are - take exam
- see results...
THIS IS THE BEGINNING.....