Write a program to sort the characters of a given string in alphabetical order without using the built-in sort method.
Example:
Input: "sort this string"
Output: "ghiinorrssttt"

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which keyword is used for inheritance?