Object oriented programming concepts (OOPs)

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects". Re-usability is the main concept of Oops. There are few major principles of object-oriented paradigm. If any programming Language supports this principles that programming language called Object-oriented programming.

Below are object oriented programming concepts :

1. Object
       Read More about Object  
 http://theprogrammersfirst.blogspot.in/2016/07/java-object-concept.html

2. Class
       Read More about Class  
       http://theprogrammersfirst.blogspot.in/2016/07/java-class-concept.html

3. Encapsulation
       Read More about Encapsulation    
       http://theprogrammersfirst.blogspot.in/2016/07/java-encapsulation.html

4. Data abstraction
       Read More about Abstraction  
       http://theprogrammersfirst.blogspot.com/2016/07/data-abstraction.html

5. Inheritance
       Read More about Inheritance
       http://theprogrammersfirst.blogspot.com/2016/07/inheritance-in-java.html

6. Polymorphism
       Read More about Polymorphism                        
       http://theprogrammersfirst.blogspot.com/2016/07/polymorphism-in-java.html




Comments

Popular posts from this blog

Today Walkin 14th-Sept

Spring Elasticsearch Operations

Hibernate Search - Elasticsearch with JSON manipulation