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 ▸

Convert the base-10 number 74 into an 8-bit binary number


What is the difference between a dynamic and a static data structure?


Describe what is meant by a modular design and state on advantage of a modular design.


Write a function in pseudocode that determines if a given string is a palindrome