Exam 10: Object Oriented Programming
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
Another important concept in object-oriented programming is ________, which is the process of acquiring the traits of one's predecessors.
(Short Answer)
4.8/5
(32)
A(n) ____ consists of a rectangle divided into three sections.
(Multiple Choice)
4.8/5
(43)
The term ____ implies that the type's data can be accessed only through methods.
(Multiple Choice)
5.0/5
(45)
Objects both in the real world and in object-oriented programming contain ____ and methods.
(Multiple Choice)
4.8/5
(46)
A(n) ____ is a program or class that instantiates objects of another prewritten class.
(Multiple Choice)
4.9/5
(34)
In addition to their attributes, class objects have methods associated with them, and every object that is an instance of a class possesses different methods.
(True/False)
4.7/5
(39)
A ____ is a set of program statements that lists the characteristics of each object and the methods each object can use.
(Multiple Choice)
5.0/5
(34)
When you think in an object-oriented manner, every object is a member of a ____.
(Multiple Choice)
4.8/5
(48)
The purpose of ____ is to set or change the values of data fields within the class.
(Multiple Choice)
4.7/5
(39)
In older object-oriented programming languages, simple numbers and characters are said to be ____ data types.
(Multiple Choice)
4.8/5
(35)
A(n) ____ is the adjective defining the type of access (public or private) that outside classes will have to the attribute or method.
(Multiple Choice)
4.9/5
(47)
Object-oriented programmers usually specify that their data fields will have private access.
(True/False)
4.8/5
(40)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)