GeekInterview.com
  I am new, Sign me up!
 

OOPS FAQ


OOPS FAQ

Questions: 259
Comments: 538
 OOPS FAQ Tags
 Showing Questions 11-20 of 258 Questions
<< Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

View Question | Asked by : mayur varshney

Latest Answer: a method signature includes every thing EXCEPT return type.for example int myTestFunction(cahr abc,int y) , here Signature means parameters with function name Excluding return Type ...
Read Answers (2) | Asked by : chirag

Size of a class which isclass C{ int i;char c;}int size is 4 and char is 1 but the size of class is coming 8, give the explanation for that? 
Latest Answer: This is because, your machine is 32 bit( 4 byte). your structure has two variable, a int and a char. int is 4byte long, so no problem. but char is 1 byte long, and will occupy the other 3 byte for alignment. So the sizeof operator gives the total size ...

Latest Answer: Personally I find oops code can get very hard to read, even well written code. The problem is inheritance and polymorphism.The problem with inheritance is that if you want to figure out what a given method does, you have to search up the class hierarchy ...
Read Answers (2) | Asked by : S. Chinnadurai
Tags : OOPS

Latest Answer: It isn't usually a difference in the language itself, but actually a difference in how the programming is done and documented. A procedural approach would be to get the thing coded and working, step by step, coding each step as you go, usually from ...
Read Answers (3) | Asked by : David

View Question | Asked by : jeyanthikrishnan

View Question | Asked by : rasaya

Latest Answer: abstract class ...
Read Answers (7) | Asked by : Debdulal

Latest Answer: The main use of oops is that1.code reusability2.program code reduction ...
Read Answers (7) | Asked by : Bir Bahadur Karki
Tags : OOPS

What are the limitation of operator overloading.Plz explain which operators cannot be over loaded and why?
Read Answers (2) | Asked by : Abhipsa Pattnaik

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

Ask A Question
Go Top
 Sponsored Links

 
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape