Created by Anthony Wright
about 2 years ago
|
||
Question | Answer |
What Does HTML Stand for? | Hyper Text Markup Language |
What is the HTML element for inserting a line break? | <br> |
What is statement in Java? | an executable instruction that tells the compiler what to perform. |
Name the 8 Primitive Data Types | byte, short, int, long, float, double boolean, & char |
what is a boolean? | Stores a boolean value, true or false |
What are the four pillars of object-oriented programming? | Abstraction Encapsulation Inheritance Polymorphism |
What is Polymorphism? | Objects are designed to share behaviors and they can take on more than one form. The program will determine which meaning or usage is necessary for each execution of that object from a parent class, reducing the need to duplicate code. |
What does API Stand for? | Application Programming Interface |
What is Abstraction? | Objects only reveal internal mechanisms that are relevant for the use of other objects, hiding any unnecessary implementation code. |
What is Inheritance? | Classes can reuse code from other classes. Relationships and subclasses between objects can be assigned, enabling developers to reuse common logic while still maintaining a unique hierarchy. |
What is OOP? | a computer programming model that organizes software design around data, or objects, rather than functions and logic. An object can be defined as a data field that has unique attributes and behavior. |
Want to create your own Flashcards for free with GoConqr? Learn more.