Most viewed questions in Non GATE

2 votes
1 answer
62
When the inheritance is private, the private methods in base class are _____ in the derived class (in C++)inaccessible accessibleprotectedpublic
5 votes
3 answers
63
Which of the following is not a life cycle model?Spiral modelPrototyping modelWaterfall modelCapability maturity model
3 votes
3 answers
65
Which of these is a super class of all errors and exceptions in the Java language?Runtime ExceptionsThrowableCatchableNone of the above
4 votes
3 answers
69
The feature in object-oriented programming that allows the same operation to be carried out differently, depending on the object, isInheritancePolymorphismOverfunctioning...
4 votes
1 answer
73
What does a pixel mask mean?string containing only $1\text{'s}$string containing only $0\text{'s}$string containing two $0\text{'s}$string containing $1\text{'s}$ and $0\...
4 votes
1 answer
74
Which of the following is not a UML DIAGRAM?Use CaseClass DiagramAnalysis DiagramSwimlane Diagram
2 votes
3 answers
75
7 votes
2 answers
80
Alpha and Beta testing are forms ofAcceptance testingIntegration testingSystem testingUnit testing