Answer Posted / sujith
Java is not at all a purely oops language.
A language is called to be purely oops language if and only
if what ever we use in that are objects, including data
types. java still uses c types only except for Strings.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the rules for the identifier?
What are the advantages and disadvantages of c language?
Why is c known as a mother language?
Explain what is a pragma?
Do string constants represent numerical values?
Tell us two differences between new () and malloc ()?
State the difference between realloc and free.
In c programming language, how many parameters can be passed to a function ?
What is the difference between arrays and pointers?
What is meant by errors and debugging?
What is meant by int main ()?
How can I make sure that my program is the only one accessing a file?
Why c is called a mid level programming language?
Can we declare function inside main?