I have these computer programming questions, need help! Thank you so much! 4) a
ID: 3835386 • Letter: I
Question
I have these computer programming questions, need help! Thank you so much!
4) a method that has multilple definitions is an (................................) method
a) overloaded b)overridden c)overlooked d)overclocked e)none of the above
5)Methods that can be called directly through the class name and do not need to have an object instantiated are called .............................?
a) final methods b)public methods c)static methods d)private methods e)none of the above
6) the versions of an overloaded method are distinguished by ..................................
a) the number, type and order of thier parameters, b)theri identifiers c)their classes d) the number and type of their parameters, e) the number of their parameters
Explanation / Answer
1. overloaded method
2. static method get called by class name before object is created as static method belongs to class rather than object.
3. A function can be overloaded by changing the number and type of their parameters