Hello all,
The following question is from
www.jchq.net Name three principal characteristics of Object Oriented programming?
1) encapsulation, dynamic binding,
polymorphism 2) polymorphism, overloading, overriding
3) encapsulation, inheritance, dynamic binding
4) encapsulation, inheritance, polymorphism
The answer is 4
I know 4 is a correct answer, but I don't understand why 3 is not correct.
Late binding, dynamic binding and polymorphism are not the same ?
Thanks in advance!
Jack