Kategoriak: All - encapsulation - variables - abstraction - inheritance

arabera avinaash harikrishnan 6 years ago

218

Intro to OOP

Object-oriented programming (OOP) is a methodology that employs objects to create and structure applications and software programs. Central to OOP are several key concepts, including encapsulation, which involves bundling data with the methods that operate on that data.

Intro to OOP