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 we overload the main method in c#?
What is the difference between finalize() and dispose() methods?
What is the difference between system.string and system.text.stringbuilder classes?
What is .dbml file?
What is the difference between xml documentation tag?
What is tuple in c#?
Can a static class have a constructor c#?
How does yield return work c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What does type safe mean in c#?
What is difference between C# and VB.NET?
What is type safe in c#?
Explain about Error handling and how this is done
What are custom exceptions in C#?
What can we do to handle multiple exceptions?