Search

Coding Blues

Tag

SAP

Class And Methods For Modularization

Subroutines are obsolete. It might come to you as a surprise but it’s true. Every old school programmer loves them and understandably so. But their days are numbered and rightly so. The world writes in Object Oriented Programming and the... Continue Reading →

Constructor

Constructor is probably one of the most intricate concept in OOP which befuddles the novices. Confession; I had a difficult time understanding it. Constructor is a special type of method used to define properties of an object. For example, Jack... Continue Reading →

Class, Objects And Methods

Class basically define how an object would look like and what it can do – structure and functionality. Let’s talk about a product – Toys. We have a class called ‘Toys’ and it intends to define any toy created by... Continue Reading →

Object Oriented Concepts

Everything is an object and is an object of some generic type which is nothing but the class. Their behavior is defined by different methods. These are three key words in understanding Object Oriented Programming. For example – Car is... Continue Reading →

Website Powered by WordPress.com.

Up ↑