Disha Expert Team Solutions for Chapter: Object Oriented Programming, Exercise 1: Exercise

Author:Disha Expert Team

Disha Expert Team Computer Science Solutions for Exercise - Disha Expert Team Solutions for Chapter: Object Oriented Programming, Exercise 1: Exercise

Attempt the practice questions on Chapter 17: Object Oriented Programming, Exercise 1: Exercise with hints and solutions to strengthen your understanding. Professional Knowledge for IBPS & SBI Specialist IT Officer Exam solutions are prepared by Experienced Embibe Experts.

Questions from Disha Expert Team Solutions for Chapter: Object Oriented Programming, Exercise 1: Exercise with Hints & Solutions

EASY
HSSC Clerk
IMPORTANT

Which one of the following options is correct?

EASY
HSSC Clerk
IMPORTANT

Which one of the following are essential features of object oriented language?
1. Abstraction and encapsulation.
2. Strictly-typed.
3. Type-safe property coupled with sub-type rule.
4. Polymorphism in the presence of inheritance.

EASY
HSSC Clerk
IMPORTANT

Which of the following is associated with objects?

EASY
HSSC Clerk
IMPORTANT

If new operator is defined for a class and still global new operator have to be used, which operator should be used with the keyword new?

EASY
HSSC Clerk
IMPORTANT

If the object is not to be passed to any function but the values of the object have to be used then:

EASY
HSSC Clerk
IMPORTANT

Which among the following best describes the protected specifier?

EASY
HSSC Clerk
IMPORTANT

Protected members differ from default members as _____.