In Object Oriented Programming word, whenever there is clash between names, programmers prefix it with another name to make whole phrase unique. If there is a clash between function names, prefixing with object names them unique in that space. If there is clash between different objects of different classes, concept of namespaces comes to rescue. […] The post Venkat Chicken Gravy appeared fi (Read more...)
↧