Object-Oriented Programming Flashcards
1
Q
What are the key elements of object-oriented programming?
A

2
Q
What is data hiding
A
$

3
Q
What is the difference between a class and an object?
A

4
Q
What are the features of classes?
A

5
Q
What is the difference between public and private visibility?
A

6
Q
What is class inheritance?
A

7
Q
Example of inheritance
A

8
Q
What are protected members?$
A

9
Q
What are the rules of visbility for classes??
Public
Protected
Private
A

10
Q
What are generics?
A

11
Q
What is a subtype?
A

12
Q
What is the difference between static method binding and dynamic method binding?
A

13
Q
A