Core java tutorial for beginners
A tutorial blog which explains different core concepts related to Java along with programming examples
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Object Orientation Principles

Categories: Object Orientation Concepts. 3 Comments on Object Orientation Principles

In this article we will look at the key object orientation principles also known as OOP principles. Although some people or textbooks mention three OOP principles, I would say there are four key principles namely abstraction, encapsulation, inheritance and polymorphism.   Note: OOP refers to Object Oriented Programming.   Abstraction   Abstraction is first of the […]

Read the rest of this entry »

Object Orientation Concepts

Categories: Object Orientation Concepts. 3 Comments on Object Orientation Concepts

This tutorial gives you knowledge of various object orientation concepts like object, class, message, object state and principles of object orientation.   What is the need to learn about object orientation concepts?   As you have already seen here: introduction to java, Java is an object oriented programming language. Java follows or is built upon […]

Read the rest of this entry »