They are the following:
; Class
: Defines the abstract characteristics of a thing (object), including the thing's characteristics (its attributes, fields or properties) and the thing's behaviors...
Java is an object oriented programming language. The main concepts used in Java are: Class Defines the abstract characteristics of a thing (object), including the thing's characteristics (its...
1) encapsulation: the wrapping of data members and member functions into a single unit . 2) abstraction : the process of hiding the background details and displaying the essential features of a class...