Answer Posted / durgesh kumar mandal
Java is pure object oriented programing because we have need
creating object there is no any scope of procedural
programing and object but in c++ we can use both procedure
programming as well as object oriented programing
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What are data structures in java?
Can a final variable be initialized in constructor?
What is the reason behind using constructors and destructors?
What does sprintf return?
What is the final field modifier?
What is percentage in java?
What exceptions occur during serialization?
Can I overload to string method
What is classname class in java?
Explain what access modifiers can be used for variables?
Can we override compareto method?
What is ternary operator?
What is a conditional statement explain with example?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What are the features of junit?