Java is called as pure objerct oriented programming
language, where as c++ is not completely object
oriented.can any explain the detailed differenec between
these two
Answers were Sorted based on User's Feedback
Answer / khushi
java is platform independent language and c++ is platform
dependent language.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / krishna
java allows primitive variable,and it also allows static
methods and classes so its not purely object oriented
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nikhil
c++ is like nokia mobile where as java is like i-phone
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / paru jain
Because in java it is necessary is use class and object.
and Class and Object is the basic concept of java. In c++
it is not necessary to use clas and object
So java is Pure object Oriened Language
| Is This Answer Correct ? | 0 Yes | 2 No |
what is the difference between rename and label
is try block possible without catch block?
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
how to add a new table with variables and thier values into a imported file uisng proc import?
How can successful and thorough systems planning, analysis, and design be ruined by poor systems construction and implementation? How can poor systems analysis or design ruin a smooth construction and implementation? For both questions, list some consequences
technical interview questions and process
What is the Difference between in memory database and physical database
how to convert the data from HTML file to SAS dataset?
How to merge Action Form with Dyna Action Form in Struts.
what is meaning of MDM in sap?let me know that meaning
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik