Questions from Software Engineering


Q: What are five important features of object-oriented languages?

What are five important features of object-oriented languages?

See Answer

Q: 1. An object is one ____ of a class.

1. An object is one ____ of a class. 2. The data components of a class that belong to every instantiated object are the class’s ____ variables. 3. ____ is the process of acquiring the traits of one’s...

See Answer

Q: What are the three basic operations of a computer?

What are the three basic operations of a computer?

See Answer

Q: 1. A(n) ____ is a method that establishes

1. A(n) ____ is a method that establishes an object. 2. (True/False) Constructors may be overloaded. 3. The ____ access modifier is used when you want no outside classes to be able to use a data field...

See Answer

Q: How many arguments are required by a default constructor?

How many arguments are required by a default constructor?

See Answer

Q: What is another name for a base class?

What is another name for a base class?

See Answer

Q: What is the name for the destructor of a class named Manager

What is the name for the destructor of a class named Manager?

See Answer

Q: 1. The ____ is the software that you use to run

1. The ____ is the software that you use to run a computer and manage its resources. 2. (True/False) With most event-driven programs, the user might initiate any number of events in any order. 3. An o...

See Answer

Q: 1. (True/False) The UML is an object

1. (True/False) The UML is an object-oriented programming language. 2. ____ diagrams emphasize the “things” in a system. 3. In a use case, users are called actors and are represented by ____. 4. You u...

See Answer

Q: 1. A value that uniquely identifies a record is called a

1. A value that uniquely identifies a record is called a(n) ____ key. 2. When defining a table, you must identify a name and ____ for each column. 3. (True/False) In the following table structure, the...

See Answer