Answer Posted / vignesh
c consists of both object oriented and function oriented
but whereas java consists of only object oriented language
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the difference between delegation and implemented-in-terms-of?
What is the difference between the parameter to a template and the parameter to a function?
What is the best free c++ compiler for windows?
What is the best it certification?
How do you declare A pointer to a function which receives nothing and returns nothing
What does ios :: app do in c++?
Are there interfaces in c++?
What is the difference between cin.read() and cin.getline()?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the oldest programming language?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What are the advantages of c++? Explain
What are the 2 main types of data structures?
Will a catch statement catch a derived exception if it is looking for the base class?
What methods can be overridden in java?