April 2012
2 posts
1 tag
Object Oriented Programming Interview Cheatsheet
I got tired of all the interviews that ask you programming terminologies, so I compiled a cheatsheet that covers common object oriented programming terminologies.
Object:
An object can be anything in the world with attributes and behaviours that can be written into a program.
Class:
A class refers to a group of common objects with same attributes and methods.
Constructor:
Method that...
1 tag