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 use of private class in c#?
What is the boxing and unboxing in c#?
When should I use static in C#?
What are the differences between system.string and system.text.stringbuilder classes?
Is null c# operator?
How to use the sreamReader class to read form a text file?
Explain what are three test cases you should go through in unit testing?
Distinguish between array and arraylist in c#?
What is using in c#?
What is a destructor in c#?
How do I create a multilanguage, single-file assembly?
What is the difference between virtual and override in c#?
What is datatable and dataset in c#?
Contrast System.String and System.Text.StringBuilder classes?
What is the usage of Enumeration in C# Programming and is it good to use or not ?