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

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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