November 8, 2015 7:49 am
Published by Gerard Millares
We have already discussed a few concepts of Object Oriented Programming that gives it an edge over the procedural languages. One of the most commonly used aspects of Object Oriented Programming is the inheritance of parent class by the child...
Read More
November 6, 2015 7:14 am
Published by Gerard Millares
Constructor is a concept that Object Oriented Programming has introduced in the world of computer programs; and the use of constructors often minimizes the complexity and the length of a particular code. Imagine giving value of the same variable again...
Read More
November 4, 2015 6:54 am
Published by Gerard Millares
Object Oriented Programming involves classes and objects and uses these two concepts to execute programs instead of relying solely on actions and logics. Object Oriented Programming or OOP; makes the job of a programmer easier and brings synchronization to various...
Read More
April 3, 2015 3:21 pm
Published by Mark Trego
When you talk about Object Oriented Programming, the best and the most apt example that comes to the mind is Java. Developed by Sun Microsystems, Java leads the way in terms of cross platform programming language and developing application software....
Read More