All Questions

Informatics practices -java

Follow
Showing 1 - 3 out of 3 Questions
73 Views

what is early/static binding in Java??

shivangi mehta 11th Jan, 2020

Hello,

Lets understand binding first.

Binding means the link between reference and actual code e.g . when you refer a variable it's bonded to the code where it is defined, similarly when you call a method, it's linked to the code where a method is defined.

There are two types

135 Views

why java does not support multiple inheritance?

priyaankasarkar Student Expert 11th Jan, 2020

Some say that JAVA can support Multiple inheritance through interface but it is not exactly correct. In multiple inheritance, we inherit the properties and behaviour of multiple classes to Single class. C++, Common Lisp support multiple inheritance. But JAVA is a a simple, object oriented, distributed, interpreted, robust, secure, architecture

The question have been saved in answer later, you can access it from your profile anytime. Access now