i ahve v low % in 12th n BSC which is aroun 50 coz science
was imposed on me......nw m doin MCA n my aggregate in
above 74%,what shud i say if asked about low previous
percentage??????
Answer Posted / mms zubeir
Yes, it is an awful habit now-a-days some people are
following, the reason may be, they assume it is stylish &
modern ???
No, it is not. Please write in full atleast even if you
commit mistakes.
Come to your question, I am also an interviewer. Your case
seems to hold good since you are in an ascending lane.
So you can say that "I committed mistakes in my early
stages of my academic but I realized and corrected. Hence I
could able to score good score now. I will keep it up for
rest of my career..."
How is it?
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can static class have constructor?
What is abstraction with example?
What is encapsulation example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is difference between class template and template class?
Why polymorphism is used in oops?
What are the features of oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is encapsulation in oops?
what type of questions
Why is oop useful?
How do you answer polymorphism?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Whats is abstraction in oops?
Can we create object of abstract class?