InfyTQ Java MCQ | Java MCQs for InfyTQ 2023 | Java MCQs Solution & Explanation | Part-12

preview_player
Показать описание
In this video you will get the complete idea how to solve Java MCQs within the less span of time to qualify in the InfyTQ Qualifier Round.

#javamcqs #infytqjavamcqs #javamcqsforinfytqpreparation

Java Programming Playlist:

Рекомендации по теме
Комментарии
Автор

class Bike{
int speedlimit = 90;
}
class Honda extends Bike{
int speedlimit = 150;
}

public class Test{
public static void main(String[] argv){
Bike bike = new Bike();
Honda honda = new Honda();
Bike hondaBike = new Honda();



}
}

// This above code give the output --> 90 150 90

tejash
welcome to shbcf.ru