You are talking about the implementation point view of Abstract class and the interface. Let's go. 1. Interface helps Multiple inheritance:- In java you can't have a class inherited from more than one class, i.e. the multiple inheritance. Interface helps us in implementing the multiple inheritance(virtually), because their is no such restriction in implementing more than one interface. But the Abstract class can't help you doing so. 2. Interface helps global declaration:- In C/C++, a header file holds the declaration of the functions and the symbolic constants. Similarly we can have a interface which is having only the symbolic constants which is same for all classes which implements it. And also the method have only the signature and the class which implements it is free to write the body at his own wish. Abstract class can't help in doing this. 3. Abstract class is more secure:- Because in Interface we have all the things public. But in Abstract class we can have private and also friendly members. 4. Interface is overhead:- Because in Interface we are bound to implement all the methods though some of them we actually need. But in case of the Abstract class we can override the methods which we want.
Chat with our AI personalities
5282 in what... you say it like (five thousand two hundred eighty-two) if that's what you mean... if not what did you mean, answer this on the discussion page and I'll try to help. :)
The term minority rights embodies two separate concepts: first, normal individual rights as applied to members of racial, ethnic, class, religious ...
It means they both equal the same answer.
There are two concepts here that are often confused. If you mean that the order of the operation of addition can be carried out in any order then it is the property of associativity. If you mean that the numbers can be written in any order then the property is commutativity.
Without seeing the following two statements, one could not say if the two statements mean the same thing. Quantifier sequences are used to specify repetitions of characters in patterns.