17. In an interface. can have concrete as well as abstract method all methods need to be concrete all methods need to be abstract except a concrete constructor all methods need to be abstract

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question
100%

only write the answers. Explanation is not needed. thank You.

17. In an interface
can have concrete as well as abstract method
all methods need to be concrete
all methods need to be abstract except a concrete constructor
all methods need to be abstract
18. Which of these methods are used to register a keyboard event listener? -
addkeylistener()
addActionListenero
Keyboardlistenero
addkeyboardlistener)
19. Which among the following is false?
Objects can be passed by reference
Object must be created before using members of a class
Memory for an object is allocated only after its constructor is called
Objects size does not depend on its class data members
20. Which is private member functions access scope?
Member functions which are accessible in derived class
Member functions which can't be accessed inside the class
Member functions which can only be used within the class
Member functions which can be used outside the class
21. In a java program, a class contain a function named "hello0". Which among the following
declaration of function will make it inaccessible outside of the class in same package?
protected void hello0
static void hello()
protected void showo
void hello0
Transcribed Image Text:17. In an interface can have concrete as well as abstract method all methods need to be concrete all methods need to be abstract except a concrete constructor all methods need to be abstract 18. Which of these methods are used to register a keyboard event listener? - addkeylistener() addActionListenero Keyboardlistenero addkeyboardlistener) 19. Which among the following is false? Objects can be passed by reference Object must be created before using members of a class Memory for an object is allocated only after its constructor is called Objects size does not depend on its class data members 20. Which is private member functions access scope? Member functions which are accessible in derived class Member functions which can't be accessed inside the class Member functions which can only be used within the class Member functions which can be used outside the class 21. In a java program, a class contain a function named "hello0". Which among the following declaration of function will make it inaccessible outside of the class in same package? protected void hello0 static void hello() protected void showo void hello0
22. Private member functions
Cannot be accessed from enclosing/outer class
Can be accessed from enclosing/outer class
Can be accessed only if inner class is private
Can be accessed only if inner class is public
23. We cannot make main() function to be private?
True
False
24. Whether there arise or not an Exception in try block, following always executes (if present with
the try block)
A finally block after System.exit(0); is executed
A finally block with catching exception matched with the exception thrown in try block
A catch block with catching exception matched with the exception thrown in try block
A finally block when System.exit(0); is not executed in catch block
Transcribed Image Text:22. Private member functions Cannot be accessed from enclosing/outer class Can be accessed from enclosing/outer class Can be accessed only if inner class is private Can be accessed only if inner class is public 23. We cannot make main() function to be private? True False 24. Whether there arise or not an Exception in try block, following always executes (if present with the try block) A finally block after System.exit(0); is executed A finally block with catching exception matched with the exception thrown in try block A catch block with catching exception matched with the exception thrown in try block A finally block when System.exit(0); is not executed in catch block
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Web Page
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage