GeekInterview.com
   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

OOPS FAQ


OOPS FAQ

Questions: 256
Comments: 486
 OOPS FAQ Tags
 Showing Questions 31-40 of 255 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

Latest Answer: Public Class MySample     Public Shared Sub Main()           Console.WriteLine("Hello World")     End SubEnd ClassForm the above example, it is well understood ...
Read Answers (1) | Asked by : vamshijk
Tags : OOPS

Latest Answer: desturctor is to destory objects.this is denoted by '~'.for eg:class  alpha{public:read(int);disp();~alpha();};void alpha::read(){couti;}void alpha::~alpha(int i){i--;cout
Read Answers (2) | Asked by : muthu

Latest Answer: merits:   we can able to access the other class members in our class if,we use friend keyword.   we CAN access the members without inheriting the class.demerits:  Maximum size of the memory will occupied by objects according ...
Read Answers (1) | Asked by : nitin sharma

Latest Answer: The output of the above programme will be b=0.5 .7 is not stored as 0.7 ie it is stired to some value which is slightly less that 0.7 so the control will not work as expected [this is the only excception i guess for floating point nos] ...
Read Answers (6) | Asked by : vaasu

Could any one explan me what happens in this program. main(){ int i=10; i=(++i)/(i++); printf("i=%d",i); }
Read Answers (11) | Asked by : vaasu

Latest Answer: where do we use abstraction and encapsulation in core java. give some program examples.... ...
Read Answers (5) | Asked by : Nagasree V

Can the function by which we get values for object strictly follow the data hiding rule in oops?if no,why?e.g void student ::getdata() { coutname; - - - - }void main(){ student s; s.getdata(); getch();}
View Question | Asked by : anshul sood
Tags : OOPS

Latest Answer: virtual destructor become meaningful when ur deleting an object of derived class associated with the pointer of base class. For ex. if A is base and B is derived and if we write expr. A *pa = new B and delete pa, we observe that destructor of ...
Read Answers (1) | Asked by : Sidharth sharma

Can we call constructor of superclass directly without using super()method in subclass? if yes,explain,if no,why?

Latest Answer: With pointers you can do pointer arithmatic like increment or decrement the pointer.You cant do that with reference. ...
Read Answers (5) | Asked by : supriya ahire

View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Sponsored Links



 

 
 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape