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 do the logical operators AND, OR, XOR and NOT do?


Explain indexed addressing including the benefits when traversing certain data structures (4 Marks)


What is the range of denary numbers that can be represented using 8-bit two’s complement binary integers?


Convert the hexadecimal '3E', which represents a 2's compliment binary number, in decimal.