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 ▸

Describe a queue data structure.


Given an unlimited number of light bulbs (that break at a certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?


One member of a chess club sends a text file saved in Unicode. What meant by the term "Unicode" and why might this be necessary?


A binary, 8-bit floating point number 0111 0010 is said to have a 4-bit mantissa and a 4-bit exponent. What is meant by the terms 'mantissa' and 'exponent'? What is the value of this 8-bit binary floating point number?