Examine the clocktype class definition

Assignment Help JAVA Programming
Reference no: EM131100861

Question 1. The components of a class are called _____ and _____.

elements; objects
attributes; methods
objects; instantiations
properties; descriptions

Question 2. Which of the following would be the most appropriate choice for a method in a Cup class?

drink()
hot()
break()
color()

Question 3. Which of the following statements is/are true?

A. Objects communicate through message passing.
B. An object must be defined before you can create a class.
C. The state of an object should not be hidden.
D. Implementation details should be visible through the interface of a class.

A and C
All are true
None are true

Question 4. Which of the following would be the most appropriate choice for a data member in a Screen class?

dimensions
turnOff
refresh
activate Screen Saver

Question 5. The property of _____ describes the packaging of state and behavior together in an object.

data hiding
abstraction
encapsulation
All of the above
None of the above

Question 6. Most professional coding standards use _____ for class names.

underscores along with all upper case words
Method Class case
no specific naming convention
Pascal case

Question 7. Examine the ClockType class definition. How many attributes does it contain?

class ClockType
{
public void setTime(int hour, int min, int sec);
public int getTime();
public void printTime();
private int hr;
public int min;
public int sec;
}

2
3
9
6

An average of 5 because (7+3)/2 = 5

Question 8. Assume we have two classes and have instantiated an object from each class. How many copies of each class's attributes and methods exist in the instantiated objects?

Two copies, one copy of the first class and one of the second
Zero, the objects do not have attributes and methods
Only one copy and both objects share it
None of the above

Question 9. Both _____ and _____ allow for code reuse and the building of more complex systems.

inheritance; composition
UML diagrams; serialization
messaging; object behaviors
None of the above

Question 10. Which of the following is a valid statement for a method definition in Java?

public int computeAverage {
return 1;
}
public int computeAverage (
return 1;
)
public int computeAverage () {
return 1;
};
public int computeAverage () {
return 1;
}

Reference no: EM131100861

Questions Cloud

What are some of benefits of creating a personal action plan : A key part to everyone's personal action plan should be the portfolio. A portfolio is composed of many elements. What part of the portfolio do you think is the most important content element?
Following sentences contains an italicized word : 1. Which of the following sentences contains an italicized word that's used as a predicate adjective? A. Jerry looks at the map.
Profit margin on item sold : Berry Farm paid an upfront fee of $160 to present its products at the market for one week, and the market earns a 25% profit margin on each item sold, but Berry Farm is responsible for any items that remain unsold at the end of the week.
Find current stock price is $30, exercise price is $35 : Use the Black-Scholes model to find the price for a call option with the following inputs: (1) current stock price is $30, (2) exercise price is $35, (3) time to expiration is 4 months, (4) annualized risk-free rate is 5%, and (5) variance of stock r..
Examine the clocktype class definition : Examine the ClockType class definition. How many attributes does it contain? Assume we have two classes and have instantiated an object from each class. How many copies of each class's attributes and methods exist in the instantiated objects?
Determining the improve logisitics : Write a 2 page paper with 2-3 references discussing supply chain and distribution channels. You may include one or two small graphics to further explain your position.
Understanding of classical and operant conditioning : Demonstrate your understanding of classical and operant conditioning through application and comparison. There are four steps to this essay.
Does the voltage gain increase or decrease : The trans-conductance falls but the output resistance rises. Does the voltage gain increase or decrease?
Computing the market potential indicator : Market Potential Indicator (MPI) is an index used to compare emerging markets along various dimensions. This index was developed as a result of an extensive study by MSU CIBER (Michigan State University Center for International Business Education ..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write complete java program assuming that the variables gpa

Write a complete java program assuming that the variables gpa, studentName and deanList have been declared, you should read in the gpa and studentName from keyboard.

  Subtyping and binary methods

This question is about the relationship between subtyping and inheritance. Recall that the main principle associated with subtyping is substitutivity: If A is asubtype of B, then wherever a B object is required in a program

  Write a main method that reads in a single string

Write a main method that reads in a single string and calls trianglePrint with that string. Write a method that uses recursion to print an input string in the shape of a triangle

  Write code that will save data to a file

The user will enter a Drexel course code. The course code beings with two capital letters, followed by an optional hyphen, followed by 3 digits, and followed by an optional section number

  Implementation of tru file system

you are expected to design and implement TFS. It is a file system that can be used on a standalone machine. There are several simplifying assumptions such as a single application is accessing the file system at any given time

  Create a java class named headphones

1. Create a Java class named HeadPhones to represent a headphone set. The class contains:

  Java program to declares integer array

Write a complete Java program to declares integer array, intArray, and initialize it to {1, 2, 3, 4, 5, 6, 7}.

  Using your musicalinstrument class

Finally, create a Java test class that simulates using your MusicalInstrument class.  In your test class you should at a minimum: a) Construct 4 instances of your instrument, b) tune your instruments, c) print the name of your instrument d) print ..

  Socket programming in java: tcp

In this project we will develop a Web server in two steps. In the end, you will have built a multi-threaded Web server that is capable of processing multiple simultaneous service requests in parallel.

  Why does the program end abnormally

Using the Person and PersonRunner classes below, execute the main method in PersonRunner. Why does the program end abnormally?

  How can worms and viruses be introduced to a web site

Include ways that a Website can be attacked by malicious users such as Java script insertion, SQL insertion, hidden field manipulation, header manipulation and cookies

  Write a java program that would simulate a number of cars

Write a JAVA program that would simulate a number of cars' (e.g. 4) speed meter using the concept of Multithreading. A car's speed can be both increased and decreased using specified keys from the keyboard

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd