is java purely oop Language?

Answer Posted / rawther

java is not a purely object oriented language because it
doesnot support the feature multiple inhetiance .

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Advantage and disadvantage of routing in telecom sector

780


What is purpose of inheritance?

638


What is polymorphism used for?

564


What is encapsulation in oop?

599


Explain virtual inheritance?

680






What is a function in oop?

623


what is different between oops and c++

1995


What is balance factor?

576


What is abstraction in oop with example?

640


What is the difference between inheritance and polymorphism?

581


Why do while loop is used?

568


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1685


What is the important feature of inheritance?

627


What does <> mean pseudocode?

618


What is object-oriented programming? Webopedia definition

715