Write a interface "CarOperations" with the following
methods
void turnOnEngin()
void turnOffEngin()
void turnOnLigths()
void turnOffLights()
void turnLeft()
void turnRight()
void accelerate()
void deaccelerate()
void putBreaks()
void releaseBreaks()
Answer / lopus pmj
interface CarOperations{
void turnOnEngin();
void turnOffEngin();
void turnOnLigths();
void turnOffLights();
void turnLeft();
void turnRight();
void accelerate();
void deaccelerate();
void putBreaks();
void releaseBreaks();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Visual Source Safe(source control Tool)?
What is the difference between Eclipse and MyEclipse?
Can any one tell me How to explain bank project desription in interview
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
How do you create UserTransaction Object? How do you rollback a transaction in a method?
whatis arguments &what is default argument
What is markup language?
wnet use DAO design in u r project?
What are the types of java collections? : java collections
what is the difference between banking and insurance domain?
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
what is diff string and stringbuffer