Tag: railways

  • Railways in Nepal

    Railways in Nepal

    The government of Nepal has gone in process of buying 4 locomotives (engines) and 18 compartments. The construction of the broad gauge railway tracks from Janakpur (Nepal) to Jayanagar (India) has been already started. You can also see the on going Railway tracks construction in Nepal in the pictures below. The Department of Railways known as DORW…

  • Java Multiple Inheritance: Program Implementation

    Write a program to implement the following Multiple Inheritance: Class Student Name, roll_no Mark 1, Mark2 Interface: Exam Percent_cal( ) Class: Result Display( )

  • JAVA Inheritance With Concept and Examples / Output

    PROGRAM STATEMENT Design a super class called Staff with details as StaffId, Name, Phone, Salary. Extend this class by writing three subclasses namely Teaching (domain, publications), Technical (skills), and Contract (period). Write a Java program to read and display at least 3 staff objects of all three categories. CONCEPT [alert-announce]Here in this given problem we…