Page 1 of 1

Object-Oriented-Programming

Posted: Mon Dec 29, 2014 10:36 am
by John Linus B,
What is the difference between object and class?

Re: Object-Oriented-Programming

Posted: Mon Dec 29, 2014 2:12 pm
by db2
Object in programming languages mostly in oop is the variable which used to access and invoke or call program methods to perform their tasks, while class is the distinct part of program having its own methods or functions and objects to access its properties

Re: Object-Oriented-Programming

Posted: Mon Dec 29, 2014 2:39 pm
by Eli
One would ask what is a variable?

Is simply part of computer memory to store a certain value!

Re: Object-Oriented-Programming

Posted: Wed Nov 14, 2018 12:48 am
by Eli
Here is an introductory explanation on OOP: object-oriented-programming-oop-5470