Home Tutorial Java Certification Object Oriented concepts

 
 

Object Oriented concepts
Posted on: July 3, 2010 at 12:00 AM
In this SCJP topic you will learn about Object Oriented concepts

OOP stands for Object Oriented Programming. This is a technique used to develop programs revolving around the real world entities. In OOPs programming model, programs are developed around data rather than actions and logics. In OOPs, every real life object has properties and behavior. which is achieved through the class and object creation. They contains properties (variables of some type) and behavior (methods).
OOPs provides a better flexibility and compatibility for developing large applications.

For more details click on the following links

Object Oriented concepts

Related Tags for Object Oriented concepts:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.