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 need constructors?
What is the use of properties window?
What is jit? What are the different types of jit?
Can you instantiate an abstract class c#?
What is the difference between system.text.stringbuilder and system.string?
Why is c# a good programming language?
What is private readonly in c#?
What is access modifier in c#?
What are console applications used for?
How long can a string be c#?
Wht executescaler method is used?
What is array formula?
What is the meaning of extention?
explain the features of static/shared classes.
Why do we use public static void main in c#?