Quiz 4
1. A way to define custom types by combining others.
2. The process of a class inheriting properties from another.
3. A modifier that restricts access to the class itself.
4. A modifier that allows access in subclasses.
5. The value that represents no value.
6. A value that hasn't been assigned a value yet.
7. A special function called when creating an object.
8. An object containing key-value pairs.
9. A way to import code from other modules.
10. A way to share code from the current module.
Previous Next