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
Why do we use interface in c#?
What’s a strong name?
Are c# objects passed by reference?
Difference between Value type & reference types ? and give the example in .Net?
What is parallel programming in c#?
Can arraylist hold primitive types?
What is a predicate in c#?
Is stringbuilder faster than string concatenation c#?
Explain anonymous type in c#?
What is the use of thread join in c#?
Is cli same as the clr?
What is the difference between hashtable and dictionary?
What is final keyword in c#?
What is the use of static members with example using c#.net.
What is a di class?