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
What is the base class of all classes in c#?
What is Implementation inheritance
Can I call a virtual method from a constructor/destructor?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is the use of GC.KeepAlive Method?
Does c# replace c++?
What is equal c#?
What is concrete method in c#?
What is the keyword used to prevent a class from being inherited by another class?
What's the c# syntax to catch any possible exception?
Explain the clr triggers?
Can dictionary have duplicate keys c#?
What is a long in c#?
What is type keyword in c#?
Define c# i/o classes? List the commonly used classes?