11. Which member of the parent class can never be accessed by inherited classes?

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

just mention the Anwsers. Explanation is not needed. Thank you

11. Which member of the parent class can never be accessed by inherited classes?
Public member function
All above can be accessed
Protected member function
Private member function
12. How to access a private member function of a class? -
calling private member function within class
calling private member function with public object of class outside of the class
calling private member function with private object of class outside of the class
calling private member function with class address
13. Which among the following is true?
The private members can be accessed by public members of the class
The private members can be accessed only by the private members of the class
The private members can't be accessed by the protected members of the class
The private members can't be accessed by public members of the class
14. If a child class object is created, which constructor is called second?
Child class constructor
Parent class constructor is called after child class constructor
Parent class constructor
Depends on how we call the object
Transcribed Image Text:11. Which member of the parent class can never be accessed by inherited classes? Public member function All above can be accessed Protected member function Private member function 12. How to access a private member function of a class? - calling private member function within class calling private member function with public object of class outside of the class calling private member function with private object of class outside of the class calling private member function with class address 13. Which among the following is true? The private members can be accessed by public members of the class The private members can be accessed only by the private members of the class The private members can't be accessed by the protected members of the class The private members can't be accessed by public members of the class 14. If a child class object is created, which constructor is called second? Child class constructor Parent class constructor is called after child class constructor Parent class constructor Depends on how we call the object
6. Which option is true about the final keyword?
A final class can be extended
A final class can extend other classes
A final class cannot extend other classes
A final method can be override in child class
7. Modifiers public and private are equivalent when used
With member function of a class
With data members or member functions of abstract class
Within the definition of the inner or outer classes
With data members of a class
8. We are not allowed to create object of
Abstract Class & Interface both
Concrete Class
Abstract class
Interface
9. Which one is true about anonymous classes?
Anonymous class cannot be used for event handling
Anonymous class has no name
Anonymous class should have a name
Object of anonymous class cannot be created
10. Which function of the listener object is executed when a button is clicked/pressed in a JFrame?
itemStateChanged
mouseClicked
actionPerformed
addActionListner
Transcribed Image Text:6. Which option is true about the final keyword? A final class can be extended A final class can extend other classes A final class cannot extend other classes A final method can be override in child class 7. Modifiers public and private are equivalent when used With member function of a class With data members or member functions of abstract class Within the definition of the inner or outer classes With data members of a class 8. We are not allowed to create object of Abstract Class & Interface both Concrete Class Abstract class Interface 9. Which one is true about anonymous classes? Anonymous class cannot be used for event handling Anonymous class has no name Anonymous class should have a name Object of anonymous class cannot be created 10. Which function of the listener object is executed when a button is clicked/pressed in a JFrame? itemStateChanged mouseClicked actionPerformed addActionListner
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Types of Security Models
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education