My search for the meaning of DCO was quite fruitless, so I decided to ask here. In my Java application, there are many classes like EmployeeDetailsDto, EmployeeDetailsDao, but recently I also came across EmployeeDetailsDco. Does anyone know what does the DCO stand for?
DTO = Data Transfer Object
DAO = Data Access Object
From the article
an object whose implementation can change incrementally after it is running