What is an OOP (Object Oriented Programming) language?

Type of programming that concerns the use of objects based on classes. Classes consist of methods and data structures and are available to all subclasses and objects based on the parent class. Objects and subclasses may have their own methods and data elements. (C++, Delphi, VB.Net, Visual C++, Java).

CD

Related Computing A Level answers

All answers ▸

What the main differences between an interpreter and a compiler?


State the main features of a tree


Given a graph with n nodes and m edges, every edge has a passing cost that can be negative, find the minimum distance between node 1 and every other node


why is the Harvard architecture is sometimes used in preference to the von Neumann architecture and give examples of each system