why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / gyana
because C++ allows us to use only the windows
application,but java and C# give us to work with both
windows and web application.so C++ is partial object
oriented language,but C# and java is fully object oriented
language.
| Is This Answer Correct ? | 4 Yes | 53 No |
Post New Answer View All Answers
What do multicast delegates mean?
Define multicast delegate in c#?
what class is underneath the sortedlist class?
Is collection a data structure?
Why do I get a syntax error when trying to declare a variable called checked?
What is generic in c#?
How can it prevents DLL Hell assembly versioning in .NET?
Is int a class in c#?
What is the use of ienumerable?
How many bytes is an int c#?
What is difference between array and collection in c#?
What is the difference between list and arraylist in c#?
What is the data type for bit in c#?
What is the difference between disposing of () and finalize() methods in c#?
How to create events for a control? What is custom events? How to create it?