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
Distinguish between system.string and system.text.stringbuilder classes?
How do you pronounce c#?
What is the difference between xml documentation tag?
Can we create extension method for interface?
Is lazy t thread safe?
What are the steps to create a webservice and consume it?
What are the Types of compatabilities and explain them
Why singleton class is sealed in c#?
What is integer c#?
write a program to find the biggest palindrome in the given string
Define a jagged array in c#?
What is difference between variable and property in c#?
What is ildasm and obfuscator in net?
What are functions c#?
What is a three-tier application.