What is a does a class consist of?
What are the advatnages of OOP?
What is a class?
What are objects?
What is inheritence?
What is polymorphism?
What is overriding?
What is association?
What is aggregation?
What is compostion?
What are the needs for data types?
What are the diferent data types you need to know?
What is the integer used for and give an example?
What is real / float used for?
What are records?
A collection of related different data types
What are arrays used for?
What are pointers and what are they used for?
Declare a variable that will allow you to point to a physcial address in memory
What are user defined data types?
What are the programming constructs?
What is the sequence construct?
What is the selection construct?
Do a set of statment based on a condition to allow your code (if statments)
What is the iteration construct?
Do a set of statments again and again a known fixed number of times
What is a subroutine?
What is an identifier?