why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / kiran kumar maharana
c++ is partial object oriented language because
1)whatever the concept in c++ about 90% are based upon class concept
2)other 10% is that we can write c++ program with out using the class concept also.
also i don't know about c#(sorry for that)
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What is the use of table aliases?
What is the difference between const and readonly in c#.net?
What is reflection c#?
What is a delegate? Explain.
What is the difference between selection and projection?
Distinguish between array and arraylist in c#?
Which property of the textbox cannot be changed at runtime?
In which way you can convert a value-type to a reference-type?
Explain briefly the difference between value type and reference type?
Define collections?
Which is better javascript or c#?
What is the use of inheritance in c#?
C# called c sharp why?
What is public void in c#?