what is object oriental programing?
Answer / 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 |
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Which function in C can be used to append a string to another string?
I want tcs placement papers of 2004-2009 , its urgent
How can I determine whether a machines byte order is big-endian or little-endian?
Write a program to implement queue.
Differentiate Source Codes from Object Codes
how to add our own function in c library please give details.?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is a node in c?
what is an ERP?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Explain how do you determine whether to use a stream function or a low-level function?