what is the main difference between c and c++?
Answer Posted / yechuri .ramakrishna
C is a procedural or structure oriented language.
c++ is not purely object oriented but partially oriented
language.
Becoz it is voilating the security rule by providing
friend function also member function should not be out side
the class.
| Is This Answer Correct ? | 29 Yes | 12 No |
Post New Answer View All Answers
can inline function declare in private part of class?
What type of loop is a for loop?
How do you achieve runtime polymorphism?
What do you mean by overloading?
hi all..i want to know oops concepts clearly can any1 explain??
What is encapsulation c#?
What is multilevel inheritance?
What is oops and its features?
What are different oops concepts?
What is a null tree?
What is methods in oop?
What is oops concept with example?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can static class have constructor?