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()



Write a interface "CarOperations" with the following methods void turnOnEngin() ..

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

Post New Answer

More Java J2EE AllOther Interview Questions

HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS

0 Answers  


What are the considerations to be made in case of loops in java ?

0 Answers  


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

0 Answers   Cap Gemini,


What are the queues in the java collection framework? : java collections

0 Answers  






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()

1 Answers  


What is the enumerator of the java collection framework? : java collections

0 Answers  


what protocols does JNDI provide an interface to?

1 Answers  


What are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


what is acl(access control list)?

1 Answers   Athena, HCL,


What causes Out of Memory exception?

5 Answers   CTS,


How to implement or use the singleton class in java?

3 Answers  


Categories