Answer Posted / nirmal kumar tailor
Object means instance of the class.
object oriented means you can access all the class member
with the help of class object so this is called object
oriented language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is union in c?
How many types of operator or there in c?
Explain what is the heap?
Can a variable be both const and volatile?
Differentiate call by value and call by reference?
What are logical errors and how does it differ from syntax errors?
What is malloc return c?
write a c program for swapping two strings using pointer
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the scope of local variable in c?
What are identifiers and keywords in c?
What is the meaning of && in c?
What is #include called?
Explain what does the function toupper() do?
How can I direct output to the printer?