• Home
  • Search Tags
  • About

oop

Topics related to oop:

Getting started with oop

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.

Encapsulation

Diamond problem

Inheritance

Note: Multi-level inheritance is allowed in Java but not multiple inheritance. Find out more at http://beginnersbook.com/2013/04/oops-concepts/

Polymorphism

Abstraction

Class

Object

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service