Object-Oriented Programming (OOP) is a programming paradigm based on the concept of “objects” which contain data (fields) and methods (functions). Java is a pure object-oriented language (except for primitive data types), and it fully supports all the OOP principles.
- Teacher: SWARNA Gowsalya P