How many human genes are polymorphic?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

Can static class have constructor?

0 Answers  


Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


What are the advantages of inheritance?

26 Answers   IBS, TCS,


What is object-oriented programming? Webopedia definition

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,






what is mean by design pattern

4 Answers  


What is Object and Class? What are the differences between them?

5 Answers  


Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


Why do we use class in oops?

0 Answers  


What is and I oop mean?

0 Answers  


the difference between new and malloc

5 Answers   Siemens,


What is overriding in oop?

0 Answers  


Categories