Tag: ceh
-
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…
-
Creating a Java Class with Variable (Program Statement+Concepts+Sample Programs+Output)
PROGRAM STATEMENT Create a Java class called Student with the following details as variables within it. (i) USN (ii) Name (iii) Branch (iv) Phone Write a Java program to create nStudent objects and print the USN, Name, Branch, and Phone of these objects with suitable headings. CONCEPT In Java, everything is encapsulated under classes. Class…
-
Rabins Wins “Capture The Flag”, An Ethical Hacking Contest under ICA (Indian Cyber Army)
Rabins, the founder of RabinsXP wins the Ethical hacking competition held by RevEngg at CMRIT. Rabins Sharma Lamichhane shared his winning certificate stating the following message on his Facebook. Hurray! Won the competition “Catch the Flag” contest conducted by RevEngg at CMR Institute of Technology on 24th and 25th February 2017 under the ICA (Indian…