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 are the different development methodologies and what are their advantages and disadvantages?


Define resolution in regards to images and how it differs from colour depth


Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?


What do the logical operators AND, OR, XOR and NOT do?