why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / m arunachalam
Where as c++ is not an object oriented programming. Because,
the main function should written on outside the class. So,
c++ is not an object oriented programming.............
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Can we inherit sealed class in c#?
Explain the access modifiers in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is a class in unity?
What is the use of properties window?
What is method and function in c#?
What is a cshtml file?
Is there any sample c# code for simple threading?
What are the drawbacks of extending an interface as opposed to extending a class?
What is a byte in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
what is boxing and unboxing?can we initialize unboxing directly?
Can abstract class have constructor c#?
What is difference between var dynamic and object in c#?