Principles of Object Oriented Programming

Principles of Object Oriented Programming

University

15 Qs

quiz-placeholder

Similar activities

Quiz 6

Quiz 6

University

10 Qs

OOC 4SEM

OOC 4SEM

University

15 Qs

Quiz Kelas Belajar Sistem Informasi - OOP

Quiz Kelas Belajar Sistem Informasi - OOP

University

10 Qs

QUIZ KELAS JAVA

QUIZ KELAS JAVA

University

10 Qs

Kisi-kisi UTS Pengembangan Aplikasi Mobil

Kisi-kisi UTS Pengembangan Aplikasi Mobil

University

10 Qs

SKIP1103 TOPIC 1: INTRODUCTION TO OBJECT-ORIENTED CONCEPT

SKIP1103 TOPIC 1: INTRODUCTION TO OBJECT-ORIENTED CONCEPT

University

12 Qs

Object Oriented Programming(Chapter 1)

Object Oriented Programming(Chapter 1)

University

10 Qs

OOP1

OOP1

University

20 Qs

Principles of Object Oriented Programming

Principles of Object Oriented Programming

Assessment

Quiz

Computers

University

Hard

Created by

mahesh kanase

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

1. Who invented OOP?

Andrea Ferro

Adele Goldberg

Alan Kay

Dennis Ritchie

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which is not a feature of OOP in general definitions?

Efficient Code

Code reusability

Modularity

Duplicate/Redundant data

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which was the first purely object oriented programming language developed?

Kotlin

SmallTalk

Java

C++

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When OOP concept did first came into picture?

1980’s

1995

1970’s

1993

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which header file is required in C++ to use OOP?

OOP can be used without using any header file

stdlib.h

iostream.h

stdio.h

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which among the following doesn’t come under OOP concept?

Data hiding

Message passing

Platform independent

Data binding

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which feature of OOP is indicated by the following code?

class student{ int marks; };

class topper:public student{ int age; topper(int age){ this.age=age; } };

Encapsulation and Inheritance

Inheritance and polymorphism

Polymorphism

Inheritance

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?