![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : Encapsulation => Data + member in a Class. not necessairly Public private.Abstraction => Data + member in a Class. But hide the data that you dont want to use outside the class. make the things private that you dont want to show to client... ... Read Answers (17) | Asked by : ramaprasad Latest Answer : C++ is an Object Oriented Programming Language is as we know , perfectly backword compatible with C. Becase of this backword compatibility .. it has got many flaws in it that prevented it to become a really good OOP language. Java was developped by ... Tags : Pointer Latest Answer : When you create a custom type (class) in any language, that class in OOP is called Object and when you create an istance of this class just as we create instance of built-in types e.g. (int a,float b) it is called instance of the object. ... Latest Answer : Abstraction: We don't have to bother about the data type of the object while accessing it.Encapsulation: We put all the correlated data and methods in a class.Faran Shabbir ... Read Answers (7) | Asked by : girija Latest Answer : This is method of thinking to resolve the problem ( implimenting the applicaiton using software languages).           - POP : Procedure thinking  ( modular approach of solve the problem)        -OOP : Object Thinking ( object ... Read Answers (4) | Asked by : Manpreet Kaur Latest Answer : DOS: single process, single thread
Windows: multiple process, multiple threads ... Read Answers (2) | Asked by : nandhini Latest Answer : Dangling pointers and wild pointers in computer programming are pointers that do not point to a valid object of the appropriate type, or to a distinguished null pointer value in languages which support this. Dangling pointers arise when an object is deleted ... Read Answers (1) | Asked by : rajan.c Tags : Pointer Latest Answer : arulkumar: No, Void pointer is a pointer it is automatically type casted, we can assign to any pointer. But NULL pointer is a pointer which holds 0 (zero) as its content. (i.e) It doesn't pointing anything. ... Tags : Pointer Latest Answer : 4bytes ... Read Answers (2) | Asked by : shanmuga sundaram Tags : Pointer Latest Answer : Implicit cursor we have to open and close for it's usage.It will not automatically close.Explicit cursor will automaticlly open and close.eg: for x in (exp.) where x is the cursor name exp. is an expression.This ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||