Question | Answer |
OOP | A programming paradigm based on the concept of "objects", which may contain data, in the form of attributes; and procedures, known as methods. |
Object | Objects are created from templates known as classes. Combination of data and procedures. |
Class | Templates used to create objects, and to define data types and methods. |
Instantiation | Creation of a new instance of a class. |
Want to create your own Flashcards for free with GoConqr? Learn more.