Hi,
I encouter with a question, Is "String.Compare" an example of abstraction or encapsulation?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ishoo AnyalPosted Feb 4, 2020, 5:26 AM
Whether it calls a method to convert string into chararray and iterated through the chararay, or calls a method to convert characters into ASCII codes and compare the ASCII value
Giasuddin AnsariPosted Feb 10, 2020, 4:43 AM