Abstraction

Abstraction

University

7 Qs

quiz-placeholder

Similar activities

U26 Q7 - CIDR

U26 Q7 - CIDR

KG - University

12 Qs

OOPJ #1

OOPJ #1

University

10 Qs

PHP Introduction - Assignment 1

PHP Introduction - Assignment 1

University

10 Qs

Quiz #2 ETEC 486 | Spr. 16

Quiz #2 ETEC 486 | Spr. 16

KG - University

10 Qs

PYTHON_CHAPTER 3

PYTHON_CHAPTER 3

University

10 Qs

MLP - ICTAK Skill Quiz - Coding Skills

MLP - ICTAK Skill Quiz - Coding Skills

University

10 Qs

Applet Java

Applet Java

University

10 Qs

Node.js

Node.js

University

10 Qs

Abstraction

Abstraction

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Archana Pasalkar

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of providing necessary information and hiding unnecessary information is ____

Inheritance

Polymorphism

Abstraction

Encapsulation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstract Method is___

the method which is having body

block of statement in one unit

A method that has no body

static method

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstract methods cannot be

final

static

private

All of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An interface is a collection

Public static methods

public static final variables

public abstract methods

both 2 & 3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Interface can be inherited into a class by using____word

extends

implements

abstract

static

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstract class is____

a class that cannot be instantiated.

a class which has no methods

a class which has only abstract methods

a class which has only overridden methods

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is valid syntax for abstract class

abstract class A

{

void show(){}

void print(){}

}

abstract class A

{

void show();

void print();

}

abstract class A

{

abstract void show();

abstract void print();

void print(){}

}

None

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?