What Is The Output Of The Following Java Codep Pre Langjava #482

What is the output of the following Java code?</p> <pre><code class="language-java"> class TriangleArea extends Square { void Area(int b, int h) { double area=(b*h)/2; System.out.println(area); } public static void main(String args[]) { TriangleArea obj=new TriangleArea(); obj.Area(5); } } class Square { void Area(int l) { System.out.println(l*l); } } </code></pre>

Online Quiz This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Class Components (Using Java) - Member Functions - Quiz No.1.


Similar question(s) are as followings:



Online Quizzes of gs111 OOP Object Oriented Programming Java

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background