why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / rakeshkk
c# and java are purely objected oriented laguage ,in c# and
java without class we can't write the program. But in c++
we can write the program using class or without using
class.
| Is This Answer Correct ? | 33 Yes | 6 No |
Post New Answer View All Answers
Explain About stateless and state full web service
Explain the difference between Response.Write () and Response.Output.Write ().
How can you set image source dynamically from c# application to ”test.png” file?
What is Dependency of Injection?
What happens if the inherited interfaces have conflicting method names?
Can a static class contain non static members?
What are methods c#?
If you want to write your own dot net language, what steps you will u take care?
What happens when thread sleep () method is called?
Explain how do I convert a string to an int in c#?
What are functions c#?
Can we inherit class that contains only one private constructor?
What are get and set in c#?
What are the Types of JIT and what is econo-JIT
Why are c# strings immutable?