৩৩৬১
Which of the following options is suitable, if A is '10110110'. B is '11100000' and C is '10100000'?
উত্তর
C = A and B
৩৩৬৪
A nonstandard HTML extension that causes scrolling text to appear as part of a Web page is :
উত্তর
marquce
৩৩৬৬
Why do we need to handle exceptions?
উত্তর
To prevent abnormal termination of program
৩৩৬৭
If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?
উত্তর
Polymorphism
৩৩৬৮
Does constructor overloading include different return types for constructors to be overloaded?
উত্তর
No, constructors doesn't have any return type
৩৩৭০
An array contains the following letters. Color = {E, L, E, C, T, I, O, N} The value of the variable, E = 3, Color [E] points to which value?
উত্তর
C