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 |
Which sorting algorithm is used by collections.sort() in java ?
what protocols does JNDI provide an interface to?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the different types of collections views being provided by the map interface? : java collections
what about web architecture?
What are the types of java collections? : java collections
What are the considerations to be made in case of loops in java ?
What are the queues in the java collection framework? : java collections
How do you debug your java program?
What are the differences between the java collection and the java list? : java collections
What is the use of hashcode in java ?
what is difference between web server and application server?