Online Information Technology Dictionary
ItGlossary.Tech All rights reserved
Object Oriented Programming
Object oriented programming is a computer programming technology that uses virtual objects. These virtual objects have certain properties and are capable of doing specific things just like real world objects.
Object are created by computer programmers and properties and what they can do are set by programmers too.
Java is a good example of object oriented computer language.