CS-6203 - Object Oriented Programming oed answer key

Showing 101 to 120 of 155 total answers.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Feature of java that is very easy to learn, and its syntax is simple, clean and easy to understand.

Answer

Simple

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It belong to the class instead of a specific instance, this means you can access it without object.

Answer

Static members

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Java is to application programming language and _______________ is to designed for web development.

Answer

Javascript

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Have methods and variables just like the class but the methods declared in it are by default abstract.

Answer

Interface

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

If you declare an abstract method in a class then you don't need to declare the class abstract as well.

Answer

False

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

This are use to store and work with multiple values of the same data type using a single variable name.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

This terms refers to the ability to surround something or keep things together and protect its content.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

A popular general-purpose programming language and computing platform. It is fast, reliable, and secure.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It is the solutions to common software design problems that occur over and over in software development.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The super keyword refers to the ______________, immediately above of the calling class in the hierarchy.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

This are blueprints of an Object Oriented Programming wherein it has a detailed description or definition.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It is a type of pattern that ensures a class has only one instance and provide a global access point to it.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The class whose properties and functionalities are use (inherited) by another class is known as _______________?

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Programming is the process of giving directions to a computer and this Program has instructions called statements.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The process by which one class acquires the properties (data members) and functionalities(methods) of another class.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

These variables are inside a class however outside any method. They come into existence when the class instantiates.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Part of the Java Runtime Environment(JRE) which is used to load Java classes into the Java Virtual Machine dynamically.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The Java reflection API contains classes and methods that allow you to dynamically instantiate and interrogate classes.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

This term refers to automatically do the behavior even if what we're working with could take one of many different form

Page 6 of 8