I am quite new to programming, i have a question please help me. ( this question is java question but i can't remember the syntax but what i write here is mostly it.)
A class Person speaks "i am a person"
A class Student speaks "i am a student"
Student extends from Person
Person p = new Student
then what is p speaking then?
staticor not... but in this question I'm guessing it's not.staticmethod; it's certainly more suspect than "Objects of type X speaks...". If it is astaticmethod, thenpwould speak its declared type,"i am a person".