CS-6203 - Object Oriented Programming oed answer key
Showing 61 to 80 of 155 total answers.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
What type of requirement is the feature/capabilities of a system?
Answer
Functional Requirements
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
Finally is a method that is called by JVM during garbage collection.
Answer
False
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
Java and Javascript language is the same and related to one another.
Answer
False
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
This are information that describes a state of a thing or an object.
Answer
Attributes
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
Interface provides full abstraction as none of its methods have body.
Answer
True
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
Java is a write once, runObject Oriented Programming anywhere language.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
It is the process wherein you capitalized the first letter of every word.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
All programming languages ends each of your statements with a semicolon (;).
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
The same method in child class which is already present in the parent class.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
An abstract class has no use until unless it is extended by some other class.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
The variables declared in an interface are public, static & final by default.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
It is an interface with blocks of data that deals with moving of complex data.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
Java Reflection API gives you tools that let you walk up the inheritance tree.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
It is a blueprint for objects to follow a specific schema defined in the class.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
One of the new features of Java 7 is the String values in the Switch Statement.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
The class that extends the features of another class is known as _____________?
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
It is the most fundamental entity in Java or any other Object Oriented Language.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming
These are variables which have declarations inside methods, constructors or blocks.
#CS-6203
Awesome StudentQuestion • Object Oriented Programming