Podcast
Questions and Answers
The process by which one object can acquire the properties of another object:
The process by which one object can acquire the properties of another object:
- A. Encapsulation
- B. Inheritance (correct)
- C. Polymorphism.
Constructors are used to:
Constructors are used to:
- A. To build a user interface.
- B. Free memory.
- C. Initialize a newly created object. (correct)
- D. To create a sub-class.
An object that has more than one form is referred to as:
An object that has more than one form is referred to as:
- A. Inheritance
- B. Interface
- C. Abstract class
- D. Polymorphism (correct)
Information Hiding can also be termed as:
Information Hiding can also be termed as:
Main method can be overridden:
Main method can be overridden:
The keyword that is used to access the method or member variables from the superclass:
The keyword that is used to access the method or member variables from the superclass:
When sub class declares a method that has the same type of arguments as a method declared by one of its superclasses, it is termed as:
When sub class declares a method that has the same type of arguments as a method declared by one of its superclasses, it is termed as:
What is the difference between method overloading and method overriding in Java?
What is the difference between method overloading and method overriding in Java?
Which is not a feature of OOP in general definitions?
Which is not a feature of OOP in general definitions?
Which feature of OOP indicates code reusability?
Which feature of OOP indicates code reusability?
Which of the following is not true about polymorphism?
Which of the following is not true about polymorphism?
What does CSS stand for?
What does CSS stand for?
Website: A collection of _________________________ web pages on the World Wide Web
Website: A collection of _________________________ web pages on the World Wide Web
In computer science a language used to create web pages is...
In computer science a language used to create web pages is...
Fill in the blank: HTML Hypertext ________________ Language
Fill in the blank: HTML Hypertext ________________ Language
What does a hyperlink do?
What does a hyperlink do?
What is the primary focus of abstraction in Java?
What is the primary focus of abstraction in Java?
In Java, what does abstraction aim to hide?
In Java, what does abstraction aim to hide?
What aspect of Java does abstraction emphasize?
What aspect of Java does abstraction emphasize?
Which keyword is used to define a class in Java that cannot be instantiated and can only be used as a base for other classes?
Which keyword is used to define a class in Java that cannot be instantiated and can only be used as a base for other classes?
What is the term for the process of wrapping the data members and methods into a single unit known as a class?
What is the term for the process of wrapping the data members and methods into a single unit known as a class?
What is the access modifier that restricts the access to the members within the same class?
What is the access modifier that restricts the access to the members within the same class?
Flashcards are hidden until you start studying