How to Increment the value of the empid E001 for each and
every employee by using the programe?
Answer / akshay
Algorithm:
1.Take last used value into string variable.
2. Use String function to remove alphabet from value and store in temp string.
3. convert remaining part into int32.
4. increment by 1.
5. Append temp string and incremented value.
Is This Answer Correct ? | 0 Yes | 0 No |
How to hide the base class functionality in Inheritance?
What is basic concept of oop?
What is abstraction with example?
What is encapsulation selenium?
Can we define a class within the interface?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What are virtual functions?
What is the problem with multiple inheritance?
can you explain how to use JavaBean in Project
what is difference between thread and programme.
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
what is a class