Question 2
Object-oriented programming allows classes to inherit commonly used state and behavior from other classes
Previous Next
Progress
20%
Question 3
The while statement continually executes a block of statements only while a counter is smaller than a pre-defined value
Previous Next
Progress
40%
Question 4
The if-then statement tells your program to execute a certain section of code only if the conditional parameter is not empty
Previous Next
Progress
60%