public class DifferentClass2 { public void callMethod() { Disclaimer2 disc = new Disclaimer2(); disc.printDisclaimer("No instructors were harmed in the development of this course."); } }