how to create thread in java?
Answer Posted / guest
There are two methods available
1.by using extends keyword
2.by using interfaces
Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What polymorphism means?
What is difference between data abstraction and encapsulation?
Can a varargs method be overloaded?
#include
What is byval and byref? What are differences between them?
Can you explain polymorphism?
How long to learn object oriented programming?
What is for loop and its syntax?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are main features of oop?
What is object-oriented programming? Webopedia definition
what is the drawback of classical methods in oops?
Where You Can Use Interface in your Project
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Who invented oop?