why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / rakeshkk
c# and java are purely objected oriented laguage ,in c# and
java without class we can't write the program. But in c++
we can write the program using class or without using
class.
| Is This Answer Correct ? | 33 Yes | 6 No |
Post New Answer View All Answers
Can you pass parameters to destructors?
What is the difference between first and firstordefault?
What is the difference between double and decimal in c#?
What is sqlcommandbuilder c#?
Does c# have primitives?
Why c# is type safe?
Explain nullable types in c#?
What is difference between new and override in c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is cosole application?
What are the two uses of a ‘using’ statement in c#?
What is meant by collections in c#?
What is anonymous class in c#?
What is the default value of string in c#?
What is thread pooling?