Object Oriented Programming Flashcards
What does Encapsulated refer to
the data and the functions that are inside of the object - they are encapsulated within that object
What is Abstraction
creating a simple model of a more complex thing that represents its most important aspects in a way that is easy to work with for our programs purpose
What is it called when you create an object from the main object class
creating an object instance also instantiation
What is the term for the name given to an object instance
namespace
what do you call when you create an object from the main object class
you call the constructor function
What is polymorphism
the ability of multiple object types to implement the same functionality
what is capsing for constructor function name
they start with a capital letter