Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1. public class studName{
  2.     //polymorphism
  3.     //dito sa studName naka connect ang studCourse, studSection tapos sa polyRun sya naka compile
  4.     public void studInfo() {
  5.         System.out.println("Justine Lloyd Santiago");
  6.         System.out.println("Romel Adrian Gaugano");
  7.         System.out.println("Kim Jester Bajar");
  8.         System.out.println("John Paolo Ocumen");
  9.         System.out.println("Robin James Pinto");
  10.        
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement