//Creating Object To The Class APPoint using new() poerator which dynamically allocates space in heap
APPoint a = new APPoint (25.3, -6.8);
//when an object is created to the class then...