1. when you create a class by making it inherit from anotherclass, the new class automatically, contains the data fields and_____ of the original class
a. fonts
b. methods
c. class names
d. arrays
2. if a programming language does not support ________, thelanguage is not considered object oriented
a. syntax
b. applets
c. loops
d. polymorphism
3. when you create a class and do not provide a ______, javaautomatically supplies you with a default one
a. constructor
b. argument
c. header
d. name
4. when tou employ ______, your data can be altered only by themethods you choose and only that you can control
a. virtual methods calls
b. polymorphism
c. information hiding
d. inlining